#whats{
    color: white !important;
    background-color: #25d366
}

#footer{
    background-color: #1d4921;
    text-align: center;
}

@media (min-width: 100px){
    .tfooter{
        font-size: 5vh;
        font-weight: bold;
        color: #98803F;
        margin-top: 2vh;
    }
    
    .txtfooter{
        font-size: 3vh;
        font-weight: 400;
        color: #98803F;
    }
}

@media (min-width: 576px){
    .tfooter{
        font-size: 7vh;
        font-weight: bold;
        color: #98803F;
        margin-top: 2vh;
    }
    
    .txtfooter{
        font-size: 5vh;
        font-weight: 400;
        color: #98803F;
    }
}

@media (min-width: 767px){
    .tfooter{
        font-size: 5vh;
        font-weight: bold;
        color: #98803F;
        margin-top: 2vh;
    }
    
    .txtfooter{
        font-size: 3vh;
        font-weight: 400;
        color: #98803F;
    }
}

@media (min-width: 991px){
}

@media (min-width: 1199px){
    .tfooter{
        font-size: 5vh;
        font-weight: bold;
        color: #98803F;
        margin-top: 2vh;
    }
    
    .txtfooter{
        font-size: 3vh;
        font-weight: 400;
        color: #98803F;
    }
}

@media (min-width: 1399px){
	
}